net/http.Server.activeConn (field)
9 uses
net/http (current package)
server.go#L3085: activeConn map[*conn]struct{}
server.go#L3114: for c := range s.activeConn {
server.go#L3116: delete(s.activeConn, c)
server.go#L3205: for c := range s.activeConn {
server.go#L3220: delete(s.activeConn, c)
server.go#L3597: if s.activeConn == nil {
server.go#L3598: s.activeConn = make(map[*conn]struct{})
server.go#L3601: s.activeConn[c] = struct{}{}
server.go#L3603: delete(s.activeConn, c)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |